home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-12-13 | 386 b | 17 lines | [TEXT/ttxt] |
- language: infix-dylan
- module: Dylan-user
-
- /* Copyright (C) 1994, Apple Computer, Inc. All rights reserved. */
-
- /* Set up a library and a module for the application
- * The program can't be in Dylan-User because main has to be exported
- */
-
- define library Online-Insultant
- use Dylan;
- export Online-Insultant;
- end library;
-
- define module Online-Insultant
- use Apple-Dylan;
- end module;